home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
WebObjects
/
WebObjectsDoc_HTML
/
Reuse
/
ReusableComponentsEx
/
WosSource.wo
/
WosSource.wos
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-23
|
280 b
|
20 lines
////////////////////////
// SourceSplitView
// by Charles Lloyd
////////////////////////
persistent id componentName;
- setTitleString:aString
{
return nil;
}
- titleString
{
id aString = [NSString stringWithFormat:@"%@.wos",
componentName];
return aString;
}